Skip to content

perf(evm): read commits in batches#1332

Merged
sebastijankuzner merged 5 commits into
refactor/evm/transaction-key-wrapperfrom
perf/evm/get-commits-batch
Jun 5, 2026
Merged

perf(evm): read commits in batches#1332
sebastijankuzner merged 5 commits into
refactor/evm/transaction-key-wrapperfrom
perf/evm/get-commits-batch

Conversation

@oXtxNt9U
Copy link
Copy Markdown
Contributor

@oXtxNt9U oXtxNt9U commented Jun 5, 2026

Summary

Checklist

  • Documentation (if necessary)
  • Tests (if necessary)
  • Ready to be merged

@codecov
Copy link
Copy Markdown

codecov Bot commented Jun 5, 2026

Codecov Report

❌ Patch coverage is 66.14583% with 65 lines in your changes missing coverage. Please review.
✅ Project coverage is 58.13%. Comparing base (9c676e5) to head (5536891).

Files with missing lines Patch % Lines
packages/evm/bindings/src/lib.rs 0.00% 54 Missing ⚠️
packages/evm-service/source/instances/evm.ts 25.00% 6 Missing ⚠️
packages/database/source/database-service.ts 90.00% 3 Missing ⚠️
packages/api-sync/source/restore.ts 0.00% 1 Missing ⚠️
packages/evm/core/src/db.rs 98.96% 1 Missing ⚠️
Additional details and impacted files
@@                           Coverage Diff                            @@
##           refactor/evm/transaction-key-wrapper    #1332      +/-   ##
========================================================================
- Coverage                                 58.13%   58.13%   -0.01%     
========================================================================
  Files                                       971      971              
  Lines                                     64983    65130     +147     
  Branches                                   1762     1755       -7     
========================================================================
+ Hits                                      37781    37864      +83     
- Misses                                    26960    27024      +64     
  Partials                                    242      242              
Flag Coverage Δ
contracts 97.74% <ø> (ø)
packages 57.86% <66.14%> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Harness.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@sebastijankuzner sebastijankuzner merged commit c18034f into refactor/evm/transaction-key-wrapper Jun 5, 2026
38 of 41 checks passed
@sebastijankuzner sebastijankuzner deleted the perf/evm/get-commits-batch branch June 5, 2026 12:02
@sebastijankuzner sebastijankuzner restored the perf/evm/get-commits-batch branch June 5, 2026 12:07
sebastijankuzner added a commit that referenced this pull request Jun 5, 2026
* add `getCommitsByBlockRange`

* use new evm  to read commits

* pass maxBytes

* fix

* ensure no negative start
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants